contact form 7 redirect

62

contact form 7 redirect -

<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {
  location = 'http://example.com/';
}, false );
</script>

Comments

Submit
0 Comments